home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-02-26 | 879 b | 45 lines | [TEXT/MPS ] |
- ; File: E16.Desk
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-91
- ; All Rights Reserved
- ;
- ;
- daNotFound EQU $0510 ; desk accessory not found
- notSysWindow EQU $0511 ; not the system window
- deskBadSelector EQU $0520
-
- eventAction EQU $0001
- runAction EQU $0002
- undoAction EQU $0005
- cutAction EQU $0006
- copyAction EQU $0007
- pasteAction EQU $0008
- clearAction EQU $0009
- sysClickAction EQU $000A
- optionalCloseAction EQU $000B
-
- cursorAction EQU $0003
- undoEdit EQU $0001
- cutEdit EQU $0002
- copyEdit EQU $0003
- pasteEdit EQU $0004
- clearEdit EQU $0005
-
- ; constants for GetDeskAccInfo
- getCDAinfo EQU $8000
- getNDAinfo EQU $0000
- daRefIsWindPtr EQU $0001
- daRefIsIndex EQU $0000
-
- ; constants for GetDeskGlobal
- deskGlobalWindow EQU $0000
-
- ; constants for CallDeskAcc
- daCallCDA EQU $8000
- daCallNDA EQU $0000
- daCallInit EQU $0002
- daCallAction EQU $0000
- ;daRefIsWindPtr EQU $0001
- ;daRefIsIndex EQU $0000
-